home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Misc / MUIbase / MUIbase.cd < prev    next >
Text File  |  2000-01-01  |  49KB  |  2,618 lines

  1. #version 56
  2. ;
  3. ; General message strings
  4. ;
  5. MSG_Ok (//)
  6.   _Ok  \
  7.  
  8. ;
  9. MSG_StarOk (//)
  10. *  Ok  \
  11.  
  12. ;
  13. MSG_Cancel (//)
  14. _Cancel
  15. ;
  16. MSG_Cancel2 (//)
  17. Ca_ncel
  18. ;
  19. MSG_Abort (//)
  20. Abort
  21. ;
  22. MSG_Pause (//)
  23. Pause
  24. ;
  25. MSG_Continue (//)
  26. Continue
  27. ;
  28. MSG_Load (//)
  29. Load
  30. ;
  31. MSG__Load (//)
  32. _Load
  33. ;
  34. MSG_Save (//)
  35. Save
  36. ;
  37. MSG__Save (//)
  38. _Save
  39. ;
  40. MSG_Open (//)
  41. Open
  42. ;
  43. MSG_Delete (//)
  44. Delete
  45. ;
  46. MSG_Min (//)
  47. Min
  48. ;
  49. MSG_Max (//)
  50. Max
  51. ;
  52. MSG_Print (//)
  53. Print
  54. ;
  55. MSG__Print (//)
  56. _Print
  57. ;
  58. MSG_Search (//)
  59. _Search
  60. ;
  61. MSG_New (//)
  62. _New
  63. ;
  64. MSG_Duplicate (//)
  65. Duplicate
  66. ;
  67. MSG_Sort (//)
  68. Sort
  69. ;
  70. MSG_Initial (//)
  71. _Initial
  72. ;
  73. MSG_Current (//)
  74. _Current
  75. ;
  76. MSG_Clear (//)
  77. C_lear
  78. ;
  79. MSG_Name (//)
  80. _Name
  81. ;
  82. MSG_Title (//)
  83. _Title
  84. ;
  85. MSG_Shortcut (//)
  86. _Shortcut
  87. ;
  88. MSG_View (//)
  89. V
  90. ;
  91. MSG_ViewBH (//)
  92. Spawns a viewer\n\
  93. with the filename.
  94. ;
  95. MSG_Edit (//)
  96. E
  97. ;
  98. MSG_EditBH (//)
  99. Spawns an editor\n\
  100. with the filename.
  101. ;
  102. MSG_Table (//)
  103. Table
  104. ;
  105. MSG_Attribute (//)
  106. Attribute
  107. ;
  108. MSG_Window (//)
  109. Window
  110. ;
  111. ; Message strings for projects
  112. ;
  113. MSG_Unnamed (//)
  114. Unnamed
  115. ;
  116. MSG_MUIbase (//)
  117. MUIbase
  118. ;
  119. MSG_Registered (//)
  120. registered
  121. ;
  122. MSG_Unregistered (//)
  123. unregistered
  124. ;
  125. MSG_EmptyDisplay (//)
  126. Empty display
  127. ;
  128. MSG_About (//)
  129. MUIbase V %s\n\
  130. (c) Steffen Gutmann 1998-2000\n\
  131. \n\
  132. This copy (registration number %s)\n\
  133. is registered to:\n\
  134. \n\
  135.     %s\n\
  136.     %s\n\
  137.     %s\n\
  138.     %s\n\
  139. \n\
  140. MUIbase uses:\n\
  141. \n\
  142. MUI (c) Stefan Stuntz 1992-2000\n\
  143. NList.mcc (c) Gilles Masson 1996-2000\n\
  144. TextEditor.mcc (c) Allan Odgaard 1997-2000
  145. ;
  146. MSG_AboutUnregistered (//)
  147. MUIbase V %s (unregistered)\n\
  148. (c) Steffen Gutmann 1998-2000\n\
  149. \n\
  150. This is the unregistered version of MUIbase!\n\
  151. For using all features, you need a valid key-file\n\
  152. which is only available by registration.  See the\n\
  153. docs or http://www.amigaworld.com/support/muibase\n\
  154. for information on how to register.\n\
  155. \n\
  156. MUIbase uses:\n\
  157. \n\
  158. MUI (c) Stefan Stuntz 1992-2000\n\
  159. NList.mcc (c) Gilles Masson 1996-2000\n\
  160. TextEditor.mcc (c) Allan Odgaard 1997-2000
  161. ;
  162. MSG_UnregisteredLicenseExpired (//)
  163. You have been using MUIbase\n\
  164. for more than 4 weeks.\n\
  165. Please register your copy now!
  166. ;
  167. MSG_Info (//)
  168. Project '%s'\n\
  169. %ld records in %ld tables.\n\n\
  170. Reorganization would gain at least\n\
  171. %ld Bytes disk space.
  172. ;
  173. MSG_SelectProjectname (//)
  174. Select project name...
  175. ;
  176. MSG_AskOverwriteAnswers (//)
  177. *Overwrite|_Cancel
  178. ;
  179. MSG_AskOverwriteProject (//)
  180. Project '%s' exists.\nOverwrite it?
  181. ;
  182. MSG_AskProjectReallyContinue (//)
  183. %ld change(s) has/have been made to this project.\n\
  184. They will be lost.\n\
  185. Do you really want to continue?
  186. ;
  187. MSG_AskProjectReallyContinueAnswers (//)
  188. *Save|C_ontinue|_Cancel
  189. ;
  190. MSG_DeleteProjectAnswers (//)
  191. *Delete|_Cancel
  192. ;
  193. MSG_DeleteProject (//)
  194. Do you really want to delete\n\
  195. '%s'?
  196. ;
  197. MSG_ConfirmSaveReorg (//)
  198. Saving and reorganizing the project\n\
  199. may take a little while (depending on\n\
  200. the project's size).  Do you really\n\
  201. want to save & reorg the project?
  202. ;
  203. MSG_ConfirmSaveReorgAnswers (//)
  204. _Save & reorg|_Cancel
  205. ;
  206. MSG_SaveReorgProject (//)
  207. Saving & reorganizing project
  208. ;
  209. MSG_SaveProject (//)
  210. Saving project
  211. ;
  212. MSG_CheckDataIntegrity (//)
  213. Checking data integrity
  214. ;
  215. MSG_DataIntegrity_Ok (//)
  216. Data integrity is perfect!
  217. ;
  218. MSG_DataIntegrity_Gaps (//)
  219. A data memory leak has been detected\n\
  220. but there is no loss of data.\n\
  221. Reorganizing the project would\n\
  222. gain some memory though.
  223. ;
  224. MSG_DataIntegrity_FreeListOverlap (//)
  225. Some overlapping free list entries have\n\
  226. been detected but there is no loss of data.\n\
  227. Please reorganize the project now.
  228. ;
  229. MSG_DataIntegrity_RecordOverlap (//)
  230. Overlapping records have been found!  %ld records\n\
  231. are corrupted and might contain illegal data.\n\
  232. Additionally %ld records are not accessible anymore\n\
  233. and have been deleted.  For more information, see\n\
  234. the log file '%s'.\n\
  235. Reorganize the project now!
  236. ;
  237. MSG_DataIntegrity_Answers (//)
  238. *Save & Reorg|_Cancel
  239. ;
  240. MSG_AskQuit (//)
  241. You have made changes to %ld project(s).\n\
  242. They will be lost!\n\
  243. Do you really want to quit MUIbase?
  244. ;
  245. MSG_ConfirmQuit (//)
  246. Do you really want to quit MUIbase?
  247. ;
  248. MSG_AskQuitAnswers (//)
  249. _Quit|_Cancel
  250. ;
  251. MSG_SoftwareFailureAnswers (//)
  252. *Save|_Continue
  253. ;
  254. MSG_SoftwareFailure (//)
  255. Software Failure! Error Code %08lx.\n\
  256. This is your last chance to save project\n\
  257. '%s'.\n\
  258. If you want to save it, do _NOT_ overwrite\n\
  259. any existing file. MUIbase may not be able\n\
  260. to create a valid MUIbase-project!
  261. ;
  262. MSG_StackOverflowAnswers (//)
  263. *Save|_Continue
  264. ;
  265. MSG_StackOverflow (//)
  266. Stack overflow! This is your last chance to\n\
  267. save project '%s'.\n\
  268. If you want to save it, do _NOT_ overwrite\n\
  269. any existing file. MUIbase may not be able\n\
  270. to create a valid MUIbase-project!
  271. ;
  272. MSG_SetFormats (//)
  273. Set formats
  274. ;
  275. MSG_SetFormats_RealFormat (//)
  276. Real format
  277. ;
  278. MSG_SetFormats_RealFormat_DecimalPoint (//)
  279. Decimal point .
  280. ;
  281. MSG_SetFormats_RealFormat_DecimalComma (//)
  282. Decimal comma ,
  283. ;
  284. MSG_SetFormats_DateFormat (//)
  285. Date format
  286. ;
  287. MSG_SetFormats_DateFormat_DayMonthYear (//)
  288. Day.Month.Year
  289. ;
  290. MSG_SetFormats_DateFormat_MonthDayYear (//)
  291. Month/Day/Year
  292. ;
  293. MSG_SetFormats_DateFormat_YearMonthDay (//)
  294. Year-Month-Day
  295. ;
  296. MSG_SetIconToolName (//)
  297. Set icon tool name
  298. ;
  299. MSG_SetExternalEditor (//)
  300. Set external editor (%f = filename)
  301. ;
  302. MSG_SetExternalViewer (//)
  303. Set external viewer (%f = filename)
  304. ;
  305. MSG_EnterRecordNumber (//)
  306. Enter record number
  307. ;
  308. MSG_WindowButtonBH (//)
  309. Opens/closes corresponding window.
  310. ;
  311. ;
  312. ; Message strings for requesters
  313. ;
  314. MSG_EnterString (//)
  315. Enter string
  316. ;
  317. MSG_EnterInteger (//)
  318. Enter integer
  319. ;
  320. MSG_SelectItem (//)
  321. Select item
  322. ;
  323. MSG_MultiSelectItems (//)
  324. Multi select items
  325. ;
  326. MSG_ItemsSelected (//)
  327. Items selected:
  328. ;
  329. MSG_AskOverwriteFile (//)
  330. File '%s' exists.\nOverwrite it?
  331. ;
  332. MSG_OpenText (//)
  333. Open text
  334. ;
  335. MSG_SaveText (//)
  336. Save text
  337. ;
  338. MSG_EditForm (//)
  339. Edit form
  340. ;
  341. MSG_Err_EnterInteger (//)
  342. Enter integer or leave field empty!
  343. ;
  344. MSG_Err_EnterReal (//)
  345. Enter real or leave field empty!
  346. ;
  347. MSG_Err_EnterDate (//)
  348. Enter date or leave field empty!
  349. ;
  350. MSG_Err_EnterTime (//)
  351. Enter time or leave field empty!
  352. ;
  353. ;
  354. ; Message strings for tables/attributes/records
  355. ;
  356. MSG_NewTable (//)
  357. New table
  358. ;
  359. MSG_ChangeTable (//)
  360. Change table
  361. ;
  362. MSG_DeleteTableAnswers (//)
  363. *Delete|_Cancel
  364. ;
  365. MSG_DeleteTableText (//)
  366. Do you really want to delete this table?
  367. ;
  368. MSG_NewAttribute (//)
  369. New attribute
  370. ;
  371. MSG_CopyAttribute (//)
  372. Copy attribute
  373. ;
  374. MSG_ChangeAttribute (//)
  375. Change attribute
  376. ;
  377. MSG_DeleteAttributeAnswers (//)
  378. *Delete|_Cancel
  379. ;
  380. MSG_DeleteAttributeText (//)
  381. Do you really want to delete this attribute?
  382. ;
  383. MSG_Bool (//)
  384. Bool
  385. ;
  386. MSG_Integer (//)
  387. Integer
  388. ;
  389. MSG_Real (//)
  390. Real
  391. ;
  392. MSG_String (//)
  393. String
  394. ;
  395. MSG_Date (//)
  396. Date
  397. ;
  398. MSG_Time (//)
  399. Time
  400. ;
  401. MSG_Memo (//)
  402. Memo
  403. ;
  404. MSG_Choice (//)
  405. Choice
  406. ;
  407. MSG_Reference (//)
  408. Reference
  409. ;
  410. MSG_Virtual (//)
  411. Virtual
  412. ;
  413. MSG_Button (//)
  414. Button
  415. ;
  416. MSG_DeleteRecordAnswers (//)
  417. *Delete|_Cancel
  418. ;
  419. MSG_DeleteRecord (//)
  420. Do you really want to delete this record?
  421. ;
  422. MSG_DeleteAllRecords (//)
  423. Do you really want to delete all records?
  424. ;
  425. ;
  426. ; Program editor
  427. ;
  428. MSG_ProgramEditor (//)
  429. Program editor
  430. ;
  431. MSG_ProgramEditor_CompileAndClose (//)
  432. C_ompile & close
  433. ;
  434. MSG_ProgramEditor_CompileAndCloseBH (//)
  435. Closes program editor after\n\
  436. successful compilation.
  437. ;
  438. MSG_ProgramEditor_Compile (//)
  439. Com_pile
  440. ;
  441. MSG_ProgramEditor_CompileBH (//)
  442. Compiles program.
  443. ;
  444. MSG_ProgramEditor_Undo (//)
  445. U_ndo
  446. ;
  447. MSG_ProgramEditor_UndoBH (//)
  448. Reloads last successfully\n\
  449. compiled program into editor.
  450. ;
  451. MSG_ProgramEditor_ShowError (//)
  452. While program execution an error has been\n\
  453. occurred on line %ld, column %ld:\n\
  454. \n\
  455.     %s\n\
  456. \n\
  457. To show you the exact place in the program\n\
  458. where this error happened it is now necessary\n\
  459. to load the program into the program editor.\n\
  460. However you have made some changes in the program\n\
  461. since the last successful compilation.  If you\n\
  462. continue, these changes will be lost.
  463. ;
  464. MSG_ProgramEditor_ShowErrorAnswers (//)
  465. C_ontinue|_Cancel
  466. ;
  467. MSG_ProgramEditor_ShowDeleted (//)
  468. You have decided to delete an attribute/table.\n\
  469. Unfortunately this attribute/table is used in the\n\
  470. project's program.  If you really want to delete\n\
  471. the attribute/table, you must now edit the\n\
  472. program and remove any occurrences to it.\n\
  473. However you have made some changes in the program\n\
  474. since the last successful compilation.  If you\n\
  475. continue, these changes will be lost.
  476. ;
  477. MSG_ProgramEditor_ShowDeletedAnswers (//)
  478. C_ontinue|_Cancel
  479. ;
  480. MSG_ProgramEditor_Close (//)
  481. You have made some changes in the\n\
  482. program since the last successful\n\
  483. compilation.  If you continue, these\n\
  484. changes will be lost.
  485. ;
  486. MSG_ProgramEditor_CloseAnswers (//)
  487. C_ontinue|_Cancel
  488. ;
  489. MSG_ProgramEditor_IncludeFileError (//)
  490. Error in include file\n\
  491. '%s', line %ld, column %ld:\n\
  492. %s
  493. ;
  494. MSG_ProgramEditor_NoDebugInfo (//)
  495. Error in project program: \n\
  496. \n\
  497. %s\n\
  498. \n\
  499. Recompile with debug information\n\
  500. turned on for getting the exact\n\
  501. error location.
  502. ;
  503. ;
  504. ; Message strings for import & export
  505. ;
  506. MSG_Import (//)
  507. Import
  508. ;
  509. MSG__Import (//)
  510. _Import
  511. ;
  512. MSG_Export (//)
  513. Export
  514. ;
  515. MSG__Export (//)
  516. _Export
  517. ;
  518. MSG_Import_File (//)
  519. Import _file
  520. ;
  521. MSG_Import_FileBH (//)
  522. File containing records to be imported.\n\
  523. The first record in this file must contain\n\
  524. the attribute names of the table.
  525. ;
  526. MSG_Export_File (//)
  527. Export _file
  528. ;
  529. MSG_Export_FileBH (//)
  530. The file records will be written to.\n\
  531. The first record in this file will contain\n\
  532. the attribute names of the table.
  533. ;
  534. MSG_ImExport_RecordDelimiter (//)
  535. _Record delimiter
  536. ;
  537. MSG_ImExport_RecordDelimiterBH (//)
  538. Character that separates records.\n\
  539. You have to specify exactly one\n\
  540. character here.  For entering you\n\
  541. can also use \\\\n, \\\\t, \\\\f, \\\\??? (octal\n\
  542. code) or \\\\x?? (hex code).
  543. ;
  544. MSG_ImExport_FieldDelimiter (//)
  545. Field _delimiter
  546. ;
  547. MSG_ImExport_FieldDelimiterBH (//)
  548. Character that separates fields.\n\
  549. You have to specify exactly one\n\
  550. character here.  For entering you\n\
  551. can also use \\\\n, \\\\t, \\\\f, \\\\???  (octal\n\
  552. code) or \\\\x?? (hex code).
  553. ;
  554. MSG_ImExportErr_InvalidDelimiter (//)
  555. Invalid delimiter!
  556. ;
  557. MSG_ImExport_DoubleQuotes (//)
  558. Double _quotes
  559. ;
  560. MSG_ImExport_DoubleQuotesBH (//)
  561. If activated, the real data of a field\n\
  562. and its attribute name must be surrounded\n\
  563. by double quotes.
  564. ;
  565. MSG_Export_Filter (//)
  566. _Filter
  567. ;
  568. MSG_Export_FilterBH (//)
  569. If activated, only records matching\n\
  570. the current filter will be exported.
  571. ;
  572. MSG_ImportErr_UnmatchedDoubleQuote (//)
  573. Unmatched double quote at\n\
  574. line %ld, column %ld!
  575. ;
  576. MSG_ImportErr_MissingDoubleQuote (//)
  577. Missing double quote at\n\
  578. line %ld, column %ld!
  579. ;
  580. MSG_ImportErr_MissingFieldRecordDelimiter (//)
  581. Missing field/record delimiter at\n\
  582. line %ld, column %ld!
  583. ;
  584. MSG_ImportErr_UnknownAttribute (//)
  585. Unknown attribute at\n\
  586. line %ld, column %ld!
  587. ;
  588. MSG_ImportErr_InvalidAttributeType (//)
  589. Invalid attribute type at\n\
  590. line %ld, column %ld!
  591. ;
  592. MSG_ImportErr_NumFields (//)
  593. Wrong number of fields\n\
  594. for record starting at\n\
  595. line %ld, column %ld!
  596. ;
  597. MSG_ImportErr_Error (//)
  598. %s\n\
  599. (Line %ld, column %ld)
  600. ;
  601. MSG_ImportErr_Bool (//)
  602. Field is neither TRUE nor NIL!
  603. ;
  604. MSG_ImportErr_Choice (//)
  605. Unknown choice label!
  606. ;
  607. MSG_Import_InsertRecords (//)
  608. %ld records have been imported.\n\
  609. Should they now be inserted into\n\
  610. the table?
  611. ;
  612. MSG_Import_InsertRecordsAnswers (//)
  613. *Insert|_Abort
  614. ;
  615. ; Error message strings
  616. ;
  617. MSG_ErrorMessage (//)
  618. Error message
  619. ;
  620. MSG_Err_ErrorNum (//)
  621. Error num out of range!
  622. ;
  623. MSG_Err_NotImplemented (//)
  624. Not (yet) implemented!
  625. ;
  626. MSG_Err_Internal (//)
  627. Internal error!
  628. ;
  629. MSG_Err_ObjectLevel (//)
  630. The selected objects must be on the same level!
  631. ;
  632. MSG_Err_GroupPanel (//)
  633. The panel cannot be put into a group/window!
  634. ;
  635. MSG_Err_InitialRecord (//)
  636. Attempt to write on initial record.
  637. ;
  638. MSG_Err_RecordExactlyOneRecord (//)
  639. You cannot allocate or free records\n\
  640. in an exactly-one-record table!
  641. ;
  642. MSG_Err_RecordNilValue (//)
  643. NIL values are not supported for this attribute type!
  644. ;
  645. MSG_Err_RecordNotLocked (//)
  646. Record not locked (internal error)!
  647. ;
  648. MSG_Err_NoSwapFile (//)
  649. No name has been set for this project yet.\n\
  650. Please save the project to set one!
  651. ;
  652. MSG_Err_OpenSwapFile (//)
  653. Can't open swap file!
  654. ;
  655. MSG_Err_SwapFileReadOnly (//)
  656. Swap file is read only!
  657. ;
  658. MSG_Err_WriteSwapFile (//)
  659. Error writing swap file!
  660. ;
  661. MSG_Err_ReadSwapFile (//)
  662. Error reading swap file!
  663. ;
  664. MSG_Err_Order (//)
  665. Can't set/maintain order:\n%s
  666. ;
  667. MSG_Err_InvalidName (//)
  668. Invalid name!
  669. ;
  670. MSG_Err_NameAlreadyUsed (//)
  671. Name already used!
  672. ;
  673. MSG_Err_NoTable (//)
  674. No table specified!
  675. ;
  676. MSG_Err_Mem (//)
  677. Out of memory!
  678. ;
  679. MSG_Err_TableReference (//)
  680. The table is referenced by an attribute!
  681. ;
  682. MSG_Err_TableExactlyOneRecord (//)
  683. The table does already have more than one record!
  684. ;
  685. MSG_Err_InvalidMaxlen (//)
  686. Invalid max. length!
  687. ;
  688. MSG_Err_InitialValueLen (//)
  689. String length of initial value too long!
  690. ;
  691. MSG_Err_InvalidInitialValue (//)
  692. Invalid initial value!
  693. ;
  694. MSG_Err_UnknownType (//)
  695. Unknown attribute type!
  696. ;
  697. MSG_Err_MissingLabels (//)
  698. Missing labels!
  699. ;
  700. MSG_Err_NoReference (//)
  701. No reference specified!
  702. ;
  703. MSG_Err_InvalidReference (//)
  704. You cannot change the reference\n\
  705. to another table!
  706. ;
  707. MSG_Err_LoadPreferences (//)
  708. Error loading preferences!
  709. ;
  710. MSG_Err_NoMUIbaseProject (//)
  711. This is not a MUIbase project!
  712. ;
  713. MSG_Err_Version (//)
  714. Can't load this project. Wrong version number!\n\
  715. Retry with MUIbase version %s.
  716. ;
  717. MSG_Err_NoSuchAttributeOrTable (//)
  718. No such attribute or table.
  719. ;
  720. MSG_Err_NoSuchAttribute (//)
  721. No such attribute.
  722. ;
  723. MSG_Err_AttributeTypeNotAllowedForOrdering (//)
  724. Attribute type not allowed for ordering.
  725. ;
  726. MSG_Err_PathFull (//)
  727. Maximum number of path components reached.
  728. ;
  729. MSG_Err_PathComponent (//)
  730. Path contains invalid component.
  731. ;
  732. MSG_Err_AttributeInUse (//)
  733. Attribute is used in program!
  734. ;
  735. MSG_Err_TableInUse (//)
  736. Table is used in program!
  737. ;
  738. MSG_Err_ProjectLocked (//)
  739. Project '%s' has been locked!\n\
  740. Maybe you have already opened it?
  741. ;
  742. MSG_Err_LockProject (//)
  743. Can't lock project '%s'!
  744. ;
  745. MSG_Err_OpenFile (//)
  746. Can't open '%s'!
  747. ;
  748. MSG_Err_WriteFile (//)
  749. Error writing '%s'!
  750. ;
  751. MSG_Err_ReadFile (//)
  752. Error reading '%s'!
  753. ;
  754. MSG_Err_NotAMUIbaseProject (//)
  755. Not a MUIbase project!
  756. ;
  757. MSG_Err_ReadDir (//)
  758. Can't read directory!
  759. ;
  760. MSG_Err_RmDir (//)
  761. Can't delete directory!
  762. ;
  763. MSG_Err_GetCwd (//)
  764. Can't get current directory!
  765. ;
  766. MSG_Err_MkDir (//)
  767. Can't create directory '%s'!
  768. ;
  769. MSG_Err_ChDir (//)
  770. Can't find directory '%s'!
  771. ;
  772. MSG_Err_Delete (//)
  773. Can't delete '%s'.\n\
  774. %s
  775. ;
  776. MSG_Err_Rename (//)
  777. Can't rename '%s' to '%s'!
  778. ;
  779. MSG_Err_MkTemp (//)
  780. Unable to create temporal file name!
  781. ;
  782. MSG_Err_ExternalProgram (//)
  783. Failed to call external program!\n\
  784. Command: '%s'
  785. ;
  786. MSG_Err_OpenProject (//)
  787. Can't open new project!
  788. ;
  789. MSG_Err_OpenWindow (//)
  790. Can't open window!\n\
  791. Best regards to Brigitte Thieringer!
  792. ;
  793. MSG_Err_CantOpenStructureEditor (//)
  794. Can't open structure editor!
  795. ;
  796. MSG_Err_CantOpenProgramEditor (//)
  797. Can't open program editor!
  798. ;
  799. MSG_Err_CantBuildGui (//)
  800. Can't build project user interface!
  801. ;
  802. MSG_Err_CreateGui (//)
  803. Can't open/create user interface!
  804. ;
  805. MSG_Err_CantOpenRootWindow (//)
  806. Can't open project's root window!
  807. ;
  808. MSG_Err_DeleteInitialRecord (//)
  809. You cannot delete the initial record!
  810. ;
  811. MSG_Err_DeleteFile (//)
  812. Can't delete '%s'!
  813. ;
  814. MSG_Err_SetFilter (//)
  815. Can't set filter:\n\
  816. %s
  817. ;
  818. MSG_Err_CompileProgram (//)
  819. Couldn't compile program!
  820. ;
  821. MSG_Err_CompileProgramAnswers (//)
  822. *Show error|_Ignore
  823. ;
  824. MSG_Err_Trigger (//)
  825. Can't find function '%s'!
  826. ;
  827. MSG_Err_UnregisteredTooManyTables (//)
  828. You tried to allocate more than 5 tables\n\
  829. for a project which is not possible in\n\
  830. the unregistered MUIbase version!
  831. ;
  832. MSG_Err_UnregisteredTooManyAttributes (//)
  833. You tried to allocate more than 10 attributes\n\
  834. for a table which is not possible in the\n\
  835. unregistered MUIbase version!
  836. ;
  837. MSG_Err_UnregisteredTooManyFunctions (//)
  838. You tried to define more than 30 functions\n\
  839. for a project which is not possible in the\n\
  840. unregistered MUIbase version!
  841. ;
  842. MSG_Err_UnregisteredPreprocessing (//)
  843. You tried to use one of the preprocessing\n\
  844. directives which are disabled in the\n\
  845. unregistered MUIbase version!
  846. ;
  847. MSG_Err_UnregisteredImage (//)
  848. Images are not available in the\n\
  849. unregistered MUIbase version!
  850. ;
  851. MSG_Err_UnregisteredRegister (//)
  852. Register groups are not available in\n\
  853. the unregistered MUIbase version!
  854. ;
  855. ;
  856. ; Message strings for programming
  857. ;
  858. MSG_ExecutingProgram (//)
  859. Executing program...
  860. ;
  861. MSG_NullElement (//)
  862. NULL element
  863. ;
  864. MSG_CompErr_SymbolRedefined (//)
  865. Symbol redefined!
  866. ;
  867. MSG_CompErr_SymbolNameTooLong (//)
  868. Symbol name too long!
  869. ;
  870. MSG_CompErr_IdentifierTooLong (//)
  871. Identifier string too long!
  872. ;
  873. MSG_CompErr_TooManyNestedDefines (//)
  874. Too many nested defines!
  875. ;
  876. MSG_CompErr_TooManyNestedIncludes (//)
  877. Too many nested includes!
  878. ;
  879. MSG_CompErr_TooManyNestedIfs (//)
  880. Too many nested #if's or #ifdef's!
  881. ;
  882. MSG_CompErr_CantOpenIncludeFile (//)
  883. Can't open include file!
  884. ;
  885. MSG_CompErr_InavlidElseElIfEndIf (//)
  886. Invalid #else, #elif or #endif!
  887. ;
  888. MSG_CompErr_MissingEndIf (//)
  889. Missing #endif!
  890. ;
  891. MSG_CompErr_SyntaxError (//)
  892. Syntax error!
  893. ;
  894. MSG_CompErr_InvalidRealConstant (//)
  895. Invalid real constant!
  896. ;
  897. MSG_CompErr_InvalidIntegerConstant (//)
  898. Invalid integer constant!
  899. ;
  900. MSG_CompErr_InvalidDateConstant (//)
  901. Invalid date constant!
  902. ;
  903. MSG_CompErr_InvalidTimeConstant (//)
  904. Invalid time constant!
  905. ;
  906. MSG_CompErr_UnterminatedString (//)
  907. Unterminated string!
  908. ;
  909. MSG_CompErr_Arity (//)
  910. Wrong number of arguments!
  911. ;
  912. MSG_CompErr_CmpTypes (//)
  913. Can't compare these types!
  914. ;
  915. MSG_CompErr_AddTypes (//)
  916. Can't add these types!
  917. ;
  918. MSG_CompErr_SubTypes (//)
  919. Can't subtract these types!
  920. ;
  921. MSG_CompErr_InvalidIdentifier (//)
  922. Invalid identifier!
  923. ;
  924. MSG_CompErr_NameAlreadyUsed (//)
  925. Name already used!
  926. ;
  927. MSG_CompErr_UnknownIdentifier (//)
  928. Unknown identifier!
  929. ;
  930. MSG_CompErr_NotATableSpecifier (//)
  931. Identifier is not a table specifier!
  932. ;
  933. MSG_CompErr_AttributeType (//)
  934. Invalid attribute type!
  935. ;
  936. MSG_CompErr_InvalidRelList (//)
  937. Invalid table list!
  938. ;
  939. MSG_CompErr_OrderConst (//)
  940. Constant expression not allowed here!
  941. ;
  942. MSG_CompErr_OrderFieldNumber (//)
  943. Field number out of range!
  944. ;
  945. MSG_CompErr_OrderType (//)
  946. No order defined for this type!
  947. ;
  948. MSG_CompErr_LValue (//)
  949. Not an lvalue!
  950. ;
  951. MSG_CompErr_ExprExpected (//)
  952. Expression expected!
  953. ;
  954. MSG_CompErr_FuncDefExpected (//)
  955. Function definition expected!
  956. ;
  957. MSG_CompErr_UnknownFunction (//)
  958. Unknown function!
  959. ;
  960. MSG_CompErr_FormatString (//)
  961. Error in format string!
  962. ;
  963. MSG_CompErr_StringAttributeExpected (//)
  964. String attribute expected!
  965. ;
  966. MSG_CompErr_StringOrChoiceAttributeExpected (//)
  967. String or choice attribute expected!
  968. ;
  969. MSG_CompErr_Star (//)
  970. Star '*' not allowed here!
  971. ;
  972. MSG_CompErr_AttrRelExpected (//)
  973. Attribute or table expected!
  974. ;
  975. MSG_CompErr_InvalidNext (//)
  976. Invalid NEXT.
  977. ;
  978. MSG_CompErr_InvalidReturn (//)
  979. Invalid RETURN.
  980. ;
  981. MSG_CompErr_InvalidExit (//)
  982. Invalid EXIT.
  983. ;
  984. MSG_CompErr_IllegalFunction (//)
  985. Illegal function.
  986. ;
  987. MSG_CompErr_FunctionNameLength (//)
  988. Function identifier too long!
  989. ;
  990. MSG_CompErr_UnregisteredVersion (//)
  991. Unregistered MUIbase version!
  992. ;
  993. MSG_StackErr_Element (//)
  994. No stack element to push (internal error)!
  995. ;
  996. MSG_StackErr_Empty (//)
  997. Stack underflow (internal error)!
  998. ;
  999. MSG_ProgErr_DivideTypes (//)
  1000. Type error in division!
  1001. ;
  1002. MSG_ProgErr_MultiplyTypes (//)
  1003. Type error in multiplication!
  1004. ;
  1005. MSG_ProgErr_AddSubTypes (//)
  1006. Type error in addition/subtraction!
  1007. ;
  1008. MSG_ProgErr_CompareTypes (//)
  1009. Type error in comparison!
  1010. ;
  1011. MSG_ProgErr_Type (//)
  1012. Type error!
  1013. ;
  1014. MSG_ProgErr_ListExpected (//)
  1015. List expected!
  1016. ;
  1017. MSG_ProgErr_FileExpected (//)
  1018. File expected!
  1019. ;
  1020. MSG_ProgErr_FunctionExpected (//)
  1021. Function expected!
  1022. ;
  1023. MSG_ProgErr_SideEffect (//)
  1024. Side effect not allowed here!
  1025. ;
  1026. MSG_ProgErr_FunctionArity (//)
  1027. Wrong number of arguments for function call!
  1028. ;
  1029. MSG_ProgErr_ChoiceNumber (//)
  1030. Choice number out of range!
  1031. ;
  1032. MSG_ProgErr_Trigger (//)
  1033. Can't find trigger function!
  1034. ;
  1035. MSG_ProgErr_VirtualComputeFunction (//)
  1036. Can't find compute function for virtual attribute!
  1037. ;
  1038. MSG_ProgErr_MissingArguments (//)
  1039. Missing arguments!
  1040. ;
  1041. MSG_ProgErr_TooManyArguments (//)
  1042. Too many arguments!
  1043. ;
  1044. MSG_ProgErr_InvalidFile (//)
  1045. Invalid file pointer! Maybe you have already closed the file.
  1046. ;
  1047. MSG_ProgErr_OpenOutputFile (//)
  1048. Can't open program output file!
  1049. ;
  1050. MSG_ProgErr_ExternalProgram (//)
  1051. Error calling external program!
  1052. ;
  1053. MSG_ProgErr_IndexOutOfRange (//)
  1054. Index out of range!
  1055. ;
  1056. MSG_Prog_ProgrammedError (//)
  1057. Programmed Error.
  1058. ;
  1059. MSG_Prog_ProgrammedErrorAnswers (//)
  1060. *  Ok  |View program
  1061. ;
  1062. MSG_ProgErr_Recursion (//)
  1063. Too many recursive calls!
  1064. ;
  1065. MSG_ProgErr_UnknownType (//)
  1066. Unknown type!
  1067. ;
  1068. ;
  1069. ; General strings for GUI
  1070. ;
  1071. MSG_Weight (//)
  1072. _Weight
  1073. ;
  1074. MSG_WeightBH (//)
  1075. MUI weight. The higher the value\n\
  1076. the more space the object will have\n\
  1077. in the final window layout.
  1078. ;
  1079. MSG_Font (//)
  1080. _Font
  1081. ;
  1082. MSG_FontBH (//)
  1083. Font.  Leave field\n\
  1084. empty for default font.
  1085. ;
  1086. MSG_Background (//)
  1087. _Background
  1088. ;
  1089. MSG_BackgroundBH (//)
  1090. MUI background.
  1091. ;
  1092. MSG_Background_Default (//)
  1093. _Default
  1094. ;
  1095. MSG_Background_DefaultBH (//)
  1096. If activated the default background defined\n\
  1097. with the MUI preferences program is used.\n\
  1098. Otherwise the specified pattern is used.
  1099. ;
  1100. ;
  1101. ; Message strings for Attribute
  1102. ;
  1103. MSG_Attr_NameBH (//)
  1104. Name of the attribute. Must begin with an\n\
  1105. uppercase letter followed by further letters\n\
  1106. digits or underscore characters. Non-ASCII\n\
  1107. letters like German umlauts are not allowed.
  1108. ;
  1109. MSG_Attr_Type (//)
  1110. _Type
  1111. ;
  1112. MSG_Attr_TypeBH (//)
  1113. Attribute type. The attribute type can only\n\
  1114. be specified at attribute creation time.
  1115. ;
  1116. MSG_Attr_String_MaxLength (//)
  1117. _Max length
  1118. ;
  1119. MSG_Attr_String_MaxLengthBH (//)
  1120. Maximum number of characters the\n\
  1121. string attribute can hold.
  1122. ;
  1123. MSG_Attr_Bool_InitialValue_Nil (//)
  1124.  NIL  \
  1125.  
  1126. ;
  1127. MSG_Attr_Bool_InitialValue_True (//)
  1128.  TRUE  \
  1129.  
  1130. ;
  1131. MSG_Attr_Choice_Labels (//)
  1132. Edit labels...
  1133. ;
  1134. MSG_Attr_Choice__Labels (//)
  1135. Edit la_bels...
  1136. ;
  1137. MSG_Attr_Choice_LabelsBH (//)
  1138. Opens window for\n\
  1139. editing label strings.
  1140. ;
  1141. MSG_Attr_Reference (//)
  1142. \033cSet Reference to:
  1143. ;
  1144. MSG_Attr_ReferenceBH (//)
  1145. Reference to a table. If you select\n\
  1146. an attribute then the reference is done to\n\
  1147. the table the attribute is located in.\n\
  1148. The attribute is only used for displaying\n\
  1149. the referenced record contents.
  1150. ;
  1151. MSG_Attr_Reference_Filter (//)
  1152. _Filter?
  1153. ;
  1154. MSG_Attr_Reference_FilterBH (//)
  1155. If selected the user can only\n\
  1156. access records where the reference\n\
  1157. is set to the current record of the\n\
  1158. referenced table.
  1159. ;
  1160. MSG_Attr_InitialValue (//)
  1161. Initial value
  1162. ;
  1163. MSG_Attr__InitialValue (//)
  1164. _Initial value
  1165. ;
  1166. MSG_Attr_InitialValueBH (//)
  1167. Initial value\n\
  1168. for this attribute.
  1169. ;
  1170. MSG_Attr_InitialValue_Nil (//)
  1171. NIL
  1172. ;
  1173. MSG_Attr_InitialValue_Other (//)
  1174. other
  1175. ;
  1176. MSG_Attr_OtherValue (//)
  1177. other _value:
  1178. ;
  1179. MSG_Attr_NilString (//)
  1180. NI_L string
  1181. ;
  1182. MSG_Attr_NilStringBH (//)
  1183. String that should be displayed\n\
  1184. for the NIL value.
  1185. ;
  1186. MSG_Attr_Compute (//)
  1187. Com_pute
  1188. ;
  1189. MSG_Attr_ComputeBH (//)
  1190. Trigger function which will be executed\n\
  1191. whenever the value of this attribute\n\
  1192. is needed, e.g. for displaying it.
  1193. ;
  1194. MSG_Attr_Trigger (//)
  1195. T_rigger
  1196. ;
  1197. MSG_Attr_TriggerBH (//)
  1198. Trigger function that should be\n\
  1199. called after the user has changed\n\
  1200. the attribute value.
  1201. ;
  1202. ;
  1203. ; Message strings for EditLabels
  1204. ;
  1205. MSG_EditLabels (//)
  1206. Edit labels
  1207. ;
  1208. MSG_EditLabels_LabelsBH (//)
  1209. List of labels. You may\n\
  1210. add, change or remove items\n\
  1211. from this list.
  1212. ;
  1213. MSG_EditLabels_New (//)
  1214. _New
  1215. ;
  1216. MSG_EditLabels_NewBH (//)
  1217. Creates a new label.
  1218. ;
  1219. MSG_EditLabels_Remove (//)
  1220. _Remove
  1221. ;
  1222. MSG_EditLabels_RemoveBH (//)
  1223. Removes the currently selected label.
  1224. ;
  1225. MSG_EditLabels_Sort (//)
  1226. _Sort
  1227. ;
  1228. MSG_EditLabels_SortBH (//)
  1229. Sorts the list of labels in alphabetical order.
  1230. ;
  1231. MSG_EditLabels_Label (//)
  1232. _Label
  1233. ;
  1234. ;
  1235. ; Message strings for programs
  1236. ;
  1237. MSG_EditProgram (//)
  1238. Edit program
  1239. ;
  1240. MSG_IncludeDir (//)
  1241. Include directory
  1242. ;
  1243. ;
  1244. ; Message strings for DisplayAttribute
  1245. ;
  1246. MSG_Display_ShortcutInUse (//)
  1247. Warning: shortcut already in use\n\
  1248. by %s!
  1249. ;
  1250. MSG_DisplayAttribute (//)
  1251. Display attribute
  1252. ;
  1253. MSG_DisplayAttr_General (//)
  1254. General
  1255. ;
  1256. MSG_DisplayAttr_Extras (//)
  1257. Extras
  1258. ;
  1259. MSG_DisplayAttr_TitlePosition (//)
  1260. Title _position
  1261. ;
  1262. MSG_DisplayAttr_TitlePositionBH (//)
  1263. Title position relative\n\
  1264. to the attribute.
  1265. ;
  1266. MSG_DisplayAttr_TitlePosition_Left (//)
  1267. Left
  1268. ;
  1269. MSG_DisplayAttr_TitlePosition_Right (//)
  1270. Right
  1271. ;
  1272. MSG_DisplayAttr_TitlePosition_Top (//)
  1273. Top
  1274. ;
  1275. MSG_DisplayAttr_TitlePosition_Bottom (//)
  1276. Bottom
  1277. ;
  1278. MSG_DisplayAttr_TitleBH (//)
  1279. The title is placed near the\n\
  1280. attribute.  If the title is empty\n\
  1281. then no title is displayed.
  1282. ;
  1283. MSG_DisplayAttr_ShortcutBH (//)
  1284. The shortcut character can be used to\n\
  1285. activated the attribute's button. Only\n\
  1286. useful if read only is not activated.\n\
  1287. If you don't want a shortcut leave this\n\
  1288. field empty.\n\
  1289. Press <Return> to check if the entered\n\
  1290. shortcut character is already used by\n\
  1291. another item in the same window.
  1292. ;
  1293. MSG_DisplayAttr_ReadOnly (//)
  1294. _Read only?
  1295. ;
  1296. MSG_DisplayAttr_ReadOnlyBH (//)
  1297. If activated, the attribute contents can only\n\
  1298. be read but not modified. However there are\n\
  1299. some exceptions for string fields when using\n\
  1300. pop-up buttons.
  1301. ;
  1302. MSG_DisplayAttr_Home (//)
  1303. _Home?
  1304. ;
  1305. MSG_DisplayAttr_HomeBH (//)
  1306. If activated, the cursor is set\n\
  1307. on this attribute whenever a new\n\
  1308. record is allocated.
  1309. ;
  1310. MSG_DisplayAttr_Format (//)
  1311. _Format
  1312. ;
  1313. MSG_DisplayAttr_FormatBH (//)
  1314. Justification of the text inside\n\
  1315. the string or text field.
  1316. ;
  1317. MSG_DisplayAttr_Format_Center (//)
  1318. Center
  1319. ;
  1320. MSG_DisplayAttr_Format_Left (//)
  1321. Left
  1322. ;
  1323. MSG_DisplayAttr_Format_Right (//)
  1324. Right
  1325. ;
  1326. MSG_DisplayAttr_Virtual_Kind (//)
  1327. _Kind
  1328. ;
  1329. MSG_DisplayAttr_Virtual_KindBH (//)
  1330. Display kind for virtual attribute.\n\
  1331. Bool displays only NIL and non-NIL values.\n\
  1332. Text can display strings, numbers, etc.\n\
  1333. List displays items of a list, e.g. the\n\
  1334. result of a SELECT FROM WHERE call.
  1335. ;
  1336. MSG_DisplayAttr_Virtual_Kind_Bool (//)
  1337. Bool
  1338. ;
  1339. MSG_DisplayAttr_Virtual_Kind_Text (//)
  1340. Text
  1341. ;
  1342. MSG_DisplayAttr_Virtual_Kind_List (//)
  1343. List
  1344. ;
  1345. MSG_DisplayAttr_Button_Kind (//)
  1346. _Kind
  1347. ;
  1348. MSG_DisplayAttr_Button_KindBH (//)
  1349. Display kind for button attribute.
  1350. ;
  1351. MSG_DisplayAttr_Button_Kind_TextButton (//)
  1352. Text button
  1353. ;
  1354. MSG_DisplayAttr_Button_Kind_ImageButton (//)
  1355. Image button
  1356. ;
  1357. MSG_DisplayAttr_Choice_Kind (//)
  1358. _Kind
  1359. ;
  1360. MSG_DisplayAttr_Choice_KindBH (//)
  1361. Display kind for choice attribute.
  1362. ;
  1363. MSG_DisplayAttr_Choice_Kind_CycleButton (//)
  1364. Cycle button
  1365. ;
  1366. MSG_DisplayAttr_Choice_Kind_RadioButtons (//)
  1367. Radio buttons
  1368. ;
  1369. MSG_DisplayAttr_Choice_Frame (//)
  1370. _Frame?
  1371. ;
  1372. MSG_DisplayAttr_Choice_FrameBH (//)
  1373. Check this item and you will get\n\
  1374. a frame around the radio buttons.
  1375. ;
  1376. MSG_DisplayAttr_Choice_Horizontal (//)
  1377. Hori_zontal?
  1378. ;
  1379. MSG_DisplayAttr_Choice_HorizontalBH (//)
  1380. Horizontal or vertical layout.
  1381. ;
  1382. MSG_DisplayAttr_NumDecimals (//)
  1383. Nu_m decimals
  1384. ;
  1385. MSG_DisplayAttr_NumDecimalsBH (//)
  1386. Number of digits after\n\
  1387. the decimal character\n\
  1388. for a real value.
  1389. ;
  1390. MSG_DisplayAttr_ShowTitles (//)
  1391. Show titles
  1392. ;
  1393. MSG_DisplayAttr_ShowTitlesBH (//)
  1394. If activated the list field will\n\
  1395. also show the field names in the\n\
  1396. first row.
  1397. ;
  1398. MSG_DisplayAttr_Immediate (//)
  1399. _Immediate
  1400. ;
  1401. MSG_DisplayAttr_ImmediateBH (//)
  1402. When displaying the value of an\n\
  1403. virtual attribute this field determines\n\
  1404. whether the value should be computed\n\
  1405. immediately or not.
  1406. ;
  1407. MSG_DisplayAttr_WeightBH (//)
  1408. MUI's weight for this object\n\
  1409. in the window layout.
  1410. ;
  1411. MSG_DisplayAttr_BubbleHelp (//)
  1412. Bubble\nhelp
  1413. ;
  1414. MSG_DisplayAttr_Contents (//)
  1415. Contents
  1416. ;
  1417. MSG_DisplayAttr_ContentsBH (//)
  1418. Contents that are displayed\n\
  1419. from the referenced record.
  1420. ;
  1421. MSG_DisplayAttr_RecordNumber (//)
  1422. \33iRecord number
  1423. ;
  1424. MSG_DisplayAttr_Buttons (//)
  1425. Buttons
  1426. ;
  1427. MSG_DisplayAttr_Listview (//)
  1428. _Listview pop-up?
  1429. ;
  1430. MSG_DisplayAttr_ListviewBH (//)
  1431. Adds a pop-up button to the right of the\n\
  1432. string field to allow the user to choose\n\
  1433. a string out of a list of strings.\n\
  1434. If the string field is read only the user\n\
  1435. can still change its contents by using\n\
  1436. the pop-up button.
  1437. ;
  1438. MSG_DisplayAttr_EditLabels (//)
  1439. Edit labels...
  1440. ;
  1441. MSG_DisplayAttr__EditLabels (//)
  1442. _Edit labels...
  1443. ;
  1444. MSG_DisplayAttr_EditLabelsBH (//)
  1445. Pops up a window for specifying\n\
  1446. the label strings.
  1447. ;
  1448. MSG_DisplayAttr_File (//)
  1449. F_ile pop-up?
  1450. ;
  1451. MSG_DisplayAttr_FileBH (//)
  1452. Adds a pop-up button to the right of the\n\
  1453. string field to allow the user to select\n\
  1454. a filename.\n\
  1455. If the string field is read only the user\n\
  1456. can still change its contents by selecting\n\
  1457. the pop-up button.
  1458. ;
  1459. MSG_DisplayAttr_Font (//)
  1460. Fo_nt pop-up?
  1461. ;
  1462. MSG_DisplayAttr_FontBH (//)
  1463. Adds a pop-up button to the right of the\n\
  1464. string field to allow the user to select\n\
  1465. a font name.\n\
  1466. If the string field is read only the user\n\
  1467. can still change its contents by selecting\n\
  1468. the pop-up button.
  1469. ;
  1470. MSG_DisplayAttr_Filter (//)
  1471. Fi_lter?
  1472. ;
  1473. MSG_DisplayAttr_FilterBH (//)
  1474. Adds a filter gadget to allow the user\n\
  1475. to toggle the state of the reference filter.
  1476. ;
  1477. MSG_DisplayAttr_View (//)
  1478. _View?
  1479. ;
  1480. MSG_DisplayAttr_ViewBH (//)
  1481. Adds a button for viewing the file whose\n\
  1482. filename is given by the contents of the\n\
  1483. string field.\n\
  1484. Use menu item Preferences/Set external viewer\n\
  1485. for specifying the display program.
  1486. ;
  1487. MSG_DisplayAttr_Show (//)
  1488. _Show?
  1489. ;
  1490. MSG_DisplayAttr_ShowBH (//)
  1491. If activated the text where the reference\n\
  1492. string is displayed also serves as button\n\
  1493. for displaying the referenced record.
  1494. ;
  1495. MSG_DisplayAttr_Picture (//)
  1496. Picture
  1497. ;
  1498. MSG_DisplayAttr_DisplayPicture (//)
  1499. Display _picture?
  1500. ;
  1501. MSG_DisplayAttr_DisplayPictureBH (//)
  1502. Adds an image object for viewing the file whose\n\
  1503. filename is given by the contents of the\n\
  1504. string field.
  1505. ;
  1506. MSG_DisplayAttr_TitleAtStringField (//)
  1507. _Title at string field?
  1508. ;
  1509. MSG_DisplayAttr_TitleAtStringFieldBH (//)
  1510. Displays the title (if any) to the\n\
  1511. left of the string field rather than\n\
  1512. to the left of the picture.
  1513. ;
  1514. MSG_DisplayAttr_HideStringField (//)
  1515. _Hide string field?
  1516. ;
  1517. MSG_DisplayAttr_HideStringFieldBH (//)
  1518. If activated, the string field is\n\
  1519. not shown in the window.  This is\n\
  1520. useful if you want to display the\n\
  1521. external picture only.
  1522. ;
  1523. MSG_DisplayAttr_Size (//)
  1524. Size
  1525. ;
  1526. MSG_DisplayAttr_SizeBH (//)
  1527. Determines how the display object's width and height\n\
  1528. are calculated in the window layout.\n\
  1529.    Resize-able allows to resize the object.  The object\n\
  1530. may become larger that the size of its image.\n\
  1531.    Fixed sets the object's size to the size of the image.\n\
  1532. If the image sizes vary, the object resizes accordingly.\n\
  1533.    Scroll-able adds two scrollers to the object allowing\n\
  1534. to view images that are larger than the visible region.\n\
  1535.    Scaled scales the image to the size of the display object.
  1536. ;
  1537. ;
  1538. ; Message strings for DisplayGroup
  1539. ;
  1540. MSG_Group (//)
  1541. Group
  1542. ;
  1543. MSG_DisplayGroup_TitleBH (//)
  1544. Text to be displayed centered\n\
  1545. in the group frame.
  1546. ;
  1547. MSG_DisplayGroup_Attributes (//)
  1548. Attributes
  1549. ;
  1550. MSG_DisplayGroup_Border (//)
  1551. _Border?
  1552. ;
  1553. MSG_DisplayGroup_BorderBH (//)
  1554. If activated a border frame will\n\
  1555. be drawn around the group.
  1556. ;
  1557. MSG_DisplayGroup_Horizontal (//)
  1558. _Horizontal?
  1559. ;
  1560. MSG_DisplayGroup_HorizontalBH (//)
  1561. If activated the group's elements are\n\
  1562. organized horizontally otherwise vertically.
  1563. ;
  1564. MSG_DisplayGroup_Spacing (//)
  1565. _Spacing?
  1566. ;
  1567. MSG_DisplayGroup_SpacingBH (//)
  1568. If activated space is inserted\n\
  1569. between the group's objects.
  1570. ;
  1571. ;
  1572. ; Message strings for DisplayRegister
  1573. ;
  1574. MSG_Register (//)
  1575. Register group
  1576. ;
  1577. MSG_DisplayRegister_Labels (//)
  1578. Labels
  1579. ;
  1580. MSG_DisplayRegister_LabelsBH (//)
  1581. Labels used for the register group items.\n\
  1582. The number of labels should match the number\n\
  1583. of elements in the register group.
  1584. ;
  1585. ;
  1586. ; Message strings for DisplayImage
  1587. ;
  1588. MSG_Image (//)
  1589. Image
  1590. ;
  1591. MSG__Image (//)
  1592. _Image
  1593. ;
  1594. MSG_ImageBH (//)
  1595. Image to be displayed.
  1596. ;
  1597. MSG_Image_Size (//)
  1598. Size
  1599. ;
  1600. MSG_Image_Size_Resizeable (//)
  1601. Resize-able
  1602. ;
  1603. MSG_Image_Size_Fixed (//)
  1604. Fixed
  1605. ;
  1606. MSG_Image_Size_Scrollable (//)
  1607. Scroll-able
  1608. ;
  1609. MSG_Image_Size_Scaled (//)
  1610. Scaled
  1611. ;
  1612. ;
  1613. ; Message strings for DisplayPanel
  1614. ;
  1615. MSG_Panel (//)
  1616. Panel
  1617. ;
  1618. MSG_Panel_TitleBH (//)
  1619. Title of the panel. Will be displayed\n\
  1620. in the left corner of the panel bar.
  1621. ;
  1622. MSG_DisplayPanel_Gadgets (//)
  1623. Gadgets
  1624. ;
  1625. MSG_DisplayPanel_NumAll (//)
  1626. _Num/All?
  1627. ;
  1628. MSG_DisplayPanel_NumAllBH (//)
  1629. If activated the number of the current record\n\
  1630. together will the number of all records\n\
  1631. will be displayed in the right corner\n\
  1632. of the panel bar.
  1633. ;
  1634. MSG_DisplayPanel_Filter (//)
  1635. _Filter?
  1636. ;
  1637. MSG_DisplayPanel_FilterBH (//)
  1638. If activated a filter button is added\n\
  1639. to the panel bar allowing the user to\n\
  1640. turn the table filter on and off.
  1641. ;
  1642. MSG_DisplayPanel_Arrows (//)
  1643. _Arrows?
  1644. ;
  1645. MSG_DisplayPanel_ArrowsBH (//)
  1646. If activated two arrow buttons are added\n\
  1647. to the panel bar allowing the user to go\n\
  1648. to the previous or next record.
  1649. ;
  1650. ;
  1651. ; Message strings for DisplaySpace
  1652. ;
  1653. MSG_Space (//)
  1654. Space
  1655. ;
  1656. MSG_DisplaySpace_Delimiter (//)
  1657. D_elimiter?
  1658. ;
  1659. MSG_DisplaySpace_DelimiterBH (//)
  1660. If activated a delimiter bar\n\
  1661. will be displayed.
  1662. ;
  1663. ;
  1664. ; Message strings for DisplayText
  1665. ;
  1666. MSG_Text (//)
  1667. Text
  1668. ;
  1669. MSG_DisplayText_TitleBH (//)
  1670. Text to be displayed.
  1671. ;
  1672. ;
  1673. ; Message strings for DisplayWindow
  1674. ;
  1675. MSG_DisplayWindow_TitleBH (//)
  1676. Text to be displayed in\n\
  1677. the window title bar.
  1678. ;
  1679. MSG_DisplayWindow_ShortcutBH (//)
  1680. Shortcut for the open window button.\n\
  1681. Press <Return> to check if the entered\n\
  1682. shortcut character is already used by\n\
  1683. another item in the same window.
  1684. ;
  1685. MSG_DisplayWindow_WeightBH (//)
  1686. MUI weight for the open window button.\n\
  1687. The higher the value the more space the\n\
  1688. button will have in the final window layout.
  1689. ;
  1690. MSG_DisplayWindow_Disabled (//)
  1691. D_isabled?
  1692. ;
  1693. MSG_DisplayWindow_DisabledBH (//)
  1694. Defines the disabled state of\n\
  1695. the corresponding window button.
  1696. ;
  1697. ;
  1698. ; Message strings for Filter
  1699. ;
  1700. MSG_ChangeFilter (//)
  1701. Change filter
  1702. ;
  1703. MSG_Filter_Attributes (//)
  1704. Attributes
  1705. ;
  1706. MSG_Filter_Operators (//)
  1707. Operators
  1708. ;
  1709. MSG_Filter_Expression (//)
  1710. _Filter
  1711. ;
  1712. MSG_ApplyingFilter (//)
  1713. Applying filter...
  1714. ;
  1715. ;
  1716. ; Message strings for Order
  1717. ;
  1718. MSG_ChangeOrder (//)
  1719. Change order
  1720. ;
  1721. MSG_Order_Type (//)
  1722. _Type
  1723. ;
  1724. MSG_Order_Type_AttributeList (//)
  1725. Attribute list
  1726. ;
  1727. MSG_Order_Type_ComparisonFunction (//)
  1728. Comparison function
  1729. ;
  1730. MSG_Order_Attributes (//)
  1731. Attributes
  1732. ;
  1733. MSG_Order_AttributesBH (//)
  1734. Available attributes for ordering.
  1735. ;
  1736. MSG_Order_Order (//)
  1737. Order
  1738. ;
  1739. MSG_Order_OrderBH (//)
  1740. Current order list. All records are ordered\n\
  1741. by the first attribute in this list. If two\n\
  1742. records are equal in the first attribute then\n\
  1743. the second attribute determines the order, and so on.\n\
  1744. An up arrow means ascending ordering, a down arrow\n\
  1745. descending ordering.
  1746. ;
  1747. MSG_Order_ComparisonFunction (//)
  1748. _Function for comparing records
  1749. ;
  1750. MSG_Order_ComparisonFunctionBH (//)
  1751. The function gets two record pointers as arguments\n\
  1752. and should return a value less then 0 if the first\n\
  1753. record is smaller than the second, 0 if they are\n\
  1754. equal, and a value greater than 0, if the first\n\
  1755. record is larger than the second one.
  1756. MSG_Order_ClearBH (//)
  1757. Clears all fields\n\
  1758. for an empty order.
  1759. ;
  1760. ;
  1761. ; Message strings for ProgOutput
  1762. ;
  1763. MSG_ProgOutput (//)
  1764. Program output file
  1765. ;
  1766. MSG_ProgOutput_Filename (//)
  1767. _Filename
  1768. ;
  1769. MSG_ProgOutput_FilenameBH (//)
  1770. Pathname to which program output is sent.\n\
  1771. You  may use "Console:" for printing to standard output,\n\
  1772. "CON:////Output/CLOSE/WAIT" for printing to a CON-window,\n\
  1773. or "PRT:" for sending the output to your printer.
  1774. ;
  1775. ;
  1776. MSG_ProgOutput_Append (//)
  1777. _Append?
  1778. ;
  1779. MSG_ProgOutput_AppendBH (//)
  1780. If activated program output is appended to\n\
  1781. the file specified above, otherwise the file\n\
  1782. is overwritten silently.
  1783. ;
  1784. ;
  1785. ; Message strings for Table
  1786. ;
  1787. MSG_Table_NameBH (//)
  1788. Name of the table. Must begin with an\n\
  1789. uppercase letter followed by further letters\n\
  1790. digits or underscore characters. Non-ASCII\n\
  1791. letters like German umlauts are not allowed.
  1792. ;
  1793. MSG_Table_NumberOfRecords (//)
  1794. Number of records
  1795. ;
  1796. MSG_Table_NumberOfRecordsBH (//)
  1797. Normally you specify "Unlimited" here.\n\
  1798. "Exactly one" may be used in some special\n\
  1799. cases where only one record is needed.
  1800. ;
  1801. MSG_Table_Unlimited (//)
  1802. Unlimited
  1803. ;
  1804. MSG_Table_ExactlyOne (//)
  1805. Exactly one
  1806. ;
  1807. MSG_Table_TriggerFunctions (//)
  1808. Trigger functions
  1809. ;
  1810. MSG_Table_Trigger_New (//)
  1811. Ne_w
  1812. ;
  1813. MSG_Table_Trigger_NewBH (//)
  1814. Program function that should be called\n\
  1815. whenever the user wants to allocate a new\n\
  1816. record. If left empty a new record will\n\
  1817. be allocated automatically.
  1818. ;
  1819. MSG_Table_Trigger_Delete (//)
  1820. _Delete
  1821. ;
  1822. MSG_Table_Trigger_DeleteBH (//)
  1823. Program function that should be called\n\
  1824. whenever the user wants to delete a record.\n\
  1825. If left empty the record is deleted after\n\
  1826. an optional record delete requester.
  1827. ;
  1828. ;
  1829. ; Message strings for search for
  1830. ;
  1831. MSG_SearchFor (//)
  1832. Search for
  1833. ;
  1834. MSG_SearchPattern (//)
  1835. Search _pattern
  1836. ;
  1837. MSG_SearchPatternBH (//)
  1838. String pattern to search for. You may use\n\
  1839. the special wild-card characters '*' and '?'.\n\
  1840. '*' matches any number of characters whereas\n\
  1841. '?' matches exactly one character.
  1842. ;
  1843. MSG_CaseSensitive (//)
  1844. Case sensi_tive?
  1845. ;
  1846. MSG_CaseSensitiveBH (//)
  1847. If activated string comparison is done\n\
  1848. case sensitive else case insensitive.
  1849. ;
  1850. MSG_AllFields (//)
  1851. _All fields?
  1852. ;
  1853. MSG_AllFieldsBH (//)
  1854. If activated all attributes of the\n\
  1855. current table are checked for a match,\n\
  1856. otherwise only the currently active\n\
  1857. attribute is checked for.
  1858. ;
  1859. MSG_SearchDirection (//)
  1860. Search direction
  1861. ;
  1862. MSG_Forward (//)
  1863. Forward
  1864. ;
  1865. MSG_Backward (//)
  1866. Backward
  1867. ;
  1868. MSG_StartWith (//)
  1869. Start with
  1870. ;
  1871. MSG_FirstLastRecord (//)
  1872. First/last record
  1873. ;
  1874. MSG_CurrentRecord (//)
  1875. Current record
  1876. ;
  1877. MSG_Searching (//)
  1878. Searching...
  1879. ;
  1880. MSG_SearchPatternNotFound (//)
  1881. Search pattern '%s' not found!
  1882. ;
  1883. ;
  1884. ; Message strings for Query Print
  1885. ;
  1886. MSG_QueryPrint_Delimiter (//)
  1887. Delimiter
  1888. ;
  1889. MSG_QueryPrint_DelimiterBH (//)
  1890. Character to be inserted\n\
  1891. between two adjacent fields.
  1892. ;
  1893. MSG_QueryPrint_Spaces (//)
  1894. Spaces
  1895. ;
  1896. MSG_QueryPrint_Tabs (//)
  1897. Tabs
  1898. ;
  1899. MSG_QueryPrint_Font (//)
  1900. Font
  1901. ;
  1902. MSG_QueryPrint_FontBH (//)
  1903. Font for printing.
  1904. ;
  1905. MSG_QueryPrint_NLQ (//)
  1906. NLQ
  1907. ;
  1908. MSG_QueryPrint_Draft (//)
  1909. Draft
  1910. ;
  1911. MSG_QueryPrint_Misc (//)
  1912. Misc
  1913. ;
  1914. MSG_QueryPrint_InitSequence (//)
  1915. _Init sequence
  1916. ;
  1917. MSG_QueryPrint_InitSequenceBH (//)
  1918. Escape code sequence for initializing\n\
  1919. the printer.   For entering characters\n\
  1920. you can also use \\\\n, \\\\t, \\\\f, \\\\???\n\
  1921. (octal code) or \\\\x?? (hex code).
  1922. ;
  1923. MSG_QueryPrint_Indent (//)
  1924. Inden_t
  1925. ;
  1926. MSG_QueryPrint_IndentBH (//)
  1927. Number of spaces each\n\
  1928. line is indented.
  1929. ;
  1930. MSG_QueryPrint_Headline (//)
  1931. _Headline?
  1932. ;
  1933. MSG_QueryPrint_HeadlineBH (//)
  1934. If activated the field names are\n\
  1935. printed in the first line.
  1936. ;
  1937. MSG_QueryPrint_EscapeCodes (//)
  1938. _Escape codes?
  1939. ;
  1940. MSG_QueryPrint_EscapeCodesBH (//)
  1941. If not activated all escape code sequences\n\
  1942. (e.g. init sequence, font selection, etc.)\n\
  1943. are not printed. This is useful for\n\
  1944. exporting records to an ASCII file.
  1945. ;
  1946. MSG_QueryPrint_Quotes (//)
  1947. _Quotes?
  1948. ;
  1949. MSG_QueryPrint_QuotesBH (//)
  1950. If activated each field entry is\n\
  1951. surrounded with double quotes.
  1952. ;
  1953. MSG_QueryPrint_Size (//)
  1954. Size
  1955. ;
  1956. MSG_QueryPrint_SizeBH (//)
  1957. Font size used for printing.
  1958. ;
  1959. MSG_QueryPrint_Pica (//)
  1960. Pica
  1961. ;
  1962. MSG_QueryPrint_Elite (//)
  1963. Elite
  1964. ;
  1965. MSG_QueryPrint_Condensed (//)
  1966. Condensed
  1967. ;
  1968. MSG_QueryPrint_AfterPrinting (//)
  1969. After printing
  1970. ;
  1971. MSG_QueryPrint_AfterPrintingBH (//)
  1972. Characters to be printed after\n\
  1973. all lines have been printed.
  1974. ;
  1975. MSG_QueryPrint_FormFeed (//)
  1976. Form feed
  1977. ;
  1978. MSG_QueryPrint_LineFeeds (//)
  1979. Line feeds
  1980. ;
  1981. MSG_QueryPrint_Nothing (//)
  1982. Nothing
  1983. ;
  1984. MSG_QueryPrint_NumLineFeeds (//)
  1985. _#
  1986. ;
  1987. MSG_QueryPrint_NumLineFeedsBH (//)
  1988. Number of line feeds\n\
  1989. to be printed.
  1990. ;
  1991. MSG_QueryPrint_Output (//)
  1992. Out_put
  1993. ;
  1994. MSG_QueryPrint_OutputBH (//)
  1995. Output file. You  may use "Console:" for printing\n\
  1996. to standard output, "CON:////Output/CLOSE/WAIT"\n\
  1997. for printing to a CON-window, or "PRT:" for\n\
  1998. sending the output to your printer.
  1999. ;
  2000. ;
  2001. ;
  2002. ; Message strings for QueryEditor
  2003. ;
  2004. MSG_QueryEditor (//)
  2005. Query editor
  2006. ;
  2007. MSG_Query_NameBH (//)
  2008. Name of the query.
  2009. ;
  2010. MSG_Query_Run (//)
  2011. Run...
  2012. ;
  2013. MSG_Query_RunBH (//)
  2014. Compiles and runs the query.
  2015. ;
  2016. MSG_Query_Print (//)
  2017. Print...
  2018. ;
  2019. MSG_Query_PrintBH (//)
  2020. Prints the output of the\n\
  2021. query to a file or printer.
  2022. ;
  2023. MSG_Query_Load (//)
  2024. Load...
  2025. ;
  2026. MSG_Query_LoadBH (//)
  2027. Loads query from a file.
  2028. ;
  2029. MSG_Query_Save (//)
  2030. Save...
  2031. ;
  2032. MSG_Query_SaveBH (//)
  2033. Saves query to a file.
  2034. ;
  2035. MSG_Query_ProgramBH (//)
  2036. Query program.
  2037. ;
  2038. MSG_Query_OutputBH (//)
  2039. Query output.
  2040. ;
  2041. MSG_Query_LoadQuery (//)
  2042. Load query
  2043. ;
  2044. MSG_Query_SaveQuery (//)
  2045. Save query
  2046. ;
  2047. MSG_Query_Close (//)
  2048. You have made some changes in the\n\
  2049. query program and the query can't\n\
  2050. be compiled.  If you continue, the\n\
  2051. changes since the last successful\n\
  2052. compilation will be lost.
  2053. ;
  2054. MSG_Query_CloseAnswers (//)
  2055. C_ontinue|_Cancel
  2056. ;
  2057. ;
  2058. ; Message strings for StructureEditor
  2059. ;
  2060. MSG_StructureEditor (//)
  2061. Structure editor
  2062. ;
  2063. MSG_StructureEditor_Tables (//)
  2064. Tables
  2065. ;
  2066. MSG_StructureEditor_TablesBH (//)
  2067. List of tables.
  2068. ;
  2069. MSG_StructureEditor_Table_New (//)
  2070. N_ew
  2071. ;
  2072. MSG_StructureEditor_Table_NewBH (//)
  2073. Creates a new table.
  2074. ;
  2075. MSG_StructureEditor_Table_Delete (//)
  2076. De_l
  2077. ;
  2078. MSG_StructureEditor_Table_DeleteBH (//)
  2079. Deletes the currently selected table.
  2080. ;
  2081. MSG_StructureEditor_Table_Sort (//)
  2082. Sort
  2083. ;
  2084. MSG_StructureEditor_Table_SortBH (//)
  2085. Sorts the table list.
  2086. ;
  2087. MSG_StructureEditor_Attributes (//)
  2088. Attributes
  2089. ;
  2090. MSG_StructureEditor_AttributesBH (//)
  2091. Attributes of the currently\n\
  2092. selected table.
  2093. ;
  2094. MSG_StructureEditor_Attribute_New (//)
  2095. _New
  2096. ;
  2097. MSG_StructureEditor_Attribute_NewBH (//)
  2098. Creates a new attribute in\n\
  2099. the currently selected table.
  2100. ;
  2101. MSG_StructureEditor_Attribute_Copy (//)
  2102. Cop_y
  2103. ;
  2104. MSG_StructureEditor_Attribute_CopyBH (//)
  2105. Creates a copy of the\n\
  2106. selected attribute.
  2107. ;
  2108. MSG_StructureEditor_Attribute_Delete (//)
  2109. _Del
  2110. ;
  2111. MSG_StructureEditor_Attribute_DeleteBH (//)
  2112. Deletes the currently\n\
  2113. selected attribute.
  2114. ;
  2115. MSG_StructureEditor_Attribute_Sort (//)
  2116. Sort
  2117. ;
  2118. MSG_StructureEditor_Attribute_SortBH (//)
  2119. Sorts the list of attributes.
  2120. ;
  2121. MSG_StructureEditor_Display (//)
  2122. Display
  2123. ;
  2124. MSG_StructureEditor_TableDisplay (//)
  2125. Table mask
  2126. ;
  2127. MSG_StructureEditor_RootWindow (//)
  2128. Root window
  2129. ;
  2130. MSG_StructureEditor_Panel (//)
  2131. _Panel
  2132. ;
  2133. MSG_StructureEditor_PanelBH (//)
  2134. Adds a panel to the table display.\n\
  2135. The panel consists of a frame with a\n\
  2136. title bar and some buttons.
  2137. ;
  2138. MSG_StructureEditor_Add (//)
  2139. _Add
  2140. ;
  2141. MSG_StructureEditor_AddBH1 (//)
  2142. Adds the currently selected\n\
  2143. table to the display list.
  2144. ;
  2145. MSG_StructureEditor_AddBH2 (//)
  2146. Adds the currently selected\n\
  2147. attribute to the display list.
  2148. ;
  2149. MSG_StructureEditor_Rem (//)
  2150. _Rem
  2151. ;
  2152. MSG_StructureEditor_RemBH (//)
  2153. Removes the current\n\
  2154. display object.
  2155. ;
  2156. MSG_StructureEditor_Up (//)
  2157. _Up
  2158. ;
  2159. MSG_StructureEditor_UpBH (//)
  2160. Moves the current display\n\
  2161. object one field up.
  2162. ;
  2163. MSG_StructureEditor_Down (//)
  2164. D_own
  2165. ;
  2166. MSG_StructureEditor_DownBH (//)
  2167. Moves the current display\n\
  2168. object one field down.
  2169. ;
  2170. MSG_StructureEditor_In (//)
  2171. In
  2172. ;
  2173. MSG_StructureEditor_InBH (//)
  2174. Moves the current display object into the\n\
  2175. child list of its following display object.\n\
  2176. For this to work the following display object\n\
  2177. has to be a group or a window.
  2178. ;
  2179. MSG_StructureEditor_Out (//)
  2180. Out
  2181. ;
  2182. MSG_StructureEditor_OutBH (//)
  2183. Moves the current display\n\
  2184. object out of its parent.
  2185. ;
  2186. MSG_StructureEditor_Text (//)
  2187. _Text
  2188. ;
  2189. MSG_StructureEditor_TextBH (//)
  2190. Adds a text object to the display list.\n\
  2191. A text object is used to display\n\
  2192. static text.
  2193. ;
  2194. MSG_StructureEditor_Image (//)
  2195. _Image
  2196. ;
  2197. MSG_StructureEditor_ImageBH (//)
  2198. Adds an image object to the display list.\n\
  2199. The image can a MUI image, a pattern or\n\
  2200. a image on disk.
  2201. ;
  2202. MSG_StructureEditor_Space (//)
  2203. _Space
  2204. ;
  2205. MSG_StructureEditor_SpaceBH (//)
  2206. Adds a space object to the display list.\n\
  2207. A space object is used for filling room\n\
  2208. in the display layout with empty space.
  2209. ;
  2210. MSG_StructureEditor_Balance (//)
  2211. Balance
  2212. ;
  2213. MSG_StructureEditor_BalanceBH (//)
  2214. Adds a balance object to the display list.\n\
  2215. A balance object is used for adjusting\n\
  2216. the geometry layout of objects that are\n\
  2217. in the same group as the balance object.
  2218. ;
  2219. MSG_StructureEditor_Group (//)
  2220. _Group
  2221. ;
  2222. MSG_StructureEditor_GroupBH (//)
  2223. Adds a group object to the display list.\n\
  2224. All multi-selected objects of the display\n\
  2225. list are moved to the new group automatically.\n\
  2226. The elements in the group are either organized\n\
  2227. vertically or horizontally.
  2228. ;
  2229. MSG_StructureEditor_Register (//)
  2230. Register
  2231. ;
  2232. MSG_StructureEditor_RegisterBH (//)
  2233. Adds a register group object to the display list.\n\
  2234. All multi-selected objects of the display list\n\
  2235. are moved to the new register group automatically.\n\
  2236. The number of elements in the register group\n\
  2237. should match the number of register labels.
  2238. ;
  2239. MSG_StructureEditor_Window (//)
  2240. _Window
  2241. ;
  2242. MSG_StructureEditor_WindowBH (//)
  2243. Adds a window object to the display list.\n\
  2244. All multi-selected objects of the\n\
  2245. display list are moved to the new\n\
  2246. window automatically. The elements\n\
  2247. in the window are organized vertically.
  2248. ;
  2249. MSG_StructureEditor_DisplayBH (//)
  2250. List that shows how the database\n\
  2251. elements are arranged in the\n\
  2252. user interface.
  2253. ;
  2254. MSG_StructureEditor_Display_Panel (//)
  2255. Panel
  2256. ;
  2257. MSG_StructureEditor_Display_Attribute (//)
  2258. Attribute
  2259. ;
  2260. MSG_StructureEditor_Display_Text (//)
  2261. Text
  2262. ;
  2263. MSG_StructureEditor_Display_Space (//)
  2264. Space
  2265. ;
  2266. MSG_StructureEditor_Display_Balance (//)
  2267. Balance
  2268. ;
  2269. MSG_StructureEditor_Display_Image (//)
  2270. Image
  2271. ;
  2272. MSG_StructureEditor_Display_Register (//)
  2273. Register
  2274. ;
  2275. MSG_StructureEditor_Display_HGroup (//)
  2276. HGroup
  2277. ;
  2278. MSG_StructureEditor_Display_VGroup (//)
  2279. VGroup
  2280. ;
  2281. MSG_StructureEditor_Display_Window (//)
  2282. Window
  2283. ;
  2284. ;
  2285. ; Message strings for menus
  2286. ;
  2287. MSG_CurUp (//)
  2288. CurUp
  2289. ;
  2290. MSG_CurDn (//)
  2291. CurDn
  2292. ;
  2293. MSG_SCurUp (//)
  2294. S-CurUp
  2295. ;
  2296. MSG_SCurDn (//)
  2297. S-CurDn
  2298. ;
  2299. MSG_AltCurUp (//)
  2300. Alt-CurUp
  2301. ;
  2302. MSG_AltCurDn (//)
  2303. Alt-CurDn
  2304. ;
  2305. MSG_CtrlAltCurUp (//)
  2306. Ctrl-Alt-CurUp
  2307. ;
  2308. MSG_CtrlAltCurDn (//)
  2309. Ctrl-Alt-CurDn
  2310. ;
  2311. MSG_SAltCurUp (//)
  2312. S-Alt-CurUp
  2313. ;
  2314. MSG_SAltCurDn (//)
  2315. S-Alt-CurDn
  2316. ;
  2317. MSG_CtrlA (//)
  2318. Ctrl-A
  2319. ;
  2320. MSG_CtrlD (//)
  2321. Ctrl-D
  2322. ;
  2323. MSG_CtrlS (//)
  2324. Ctrl-S
  2325. ;
  2326. MSG_Help (//)
  2327. Help
  2328. ;
  2329. MSG_Menu_Project (//)
  2330. Project
  2331. ;
  2332. MSG_MenuItem_Info (//)
  2333. Info...
  2334. ;
  2335. MSG_MenuItem_Clear (//)
  2336. Clear
  2337. ;
  2338. MSG_MenuItem_Clear_Project (//)
  2339. Project
  2340. ;
  2341. MSG_MenuItem_Clear_Records (//)
  2342. Records
  2343. ;
  2344. MSG_MenuItem_OpenNew (//)
  2345. Open new
  2346. ;
  2347. MSG_MenuItem_Open (//)
  2348. Open
  2349. ;
  2350. MSG_MenuItem_Open_Project (//)
  2351. Project...
  2352. ;
  2353. MSG_MenuItem_Open_Structure (//)
  2354. Structure...
  2355. ;
  2356. MSG_MenuItem_SwapRecords (//)
  2357. Swap records
  2358. ;
  2359. MSG_MenuItem_Save (//)
  2360. Save
  2361. ;
  2362. MSG_MenuItem_SaveAndReorg (//)
  2363. Save & Reorg
  2364. ;
  2365. MSG_MenuItem_SaveAndReorgAs (//)
  2366. Save & Reorg as...
  2367. ;
  2368. MSG_MenuItem_Delete (//)
  2369. Delete...
  2370. ;
  2371. MSG_MenuItem_Close (//)
  2372. Close
  2373. ;
  2374. MSG_MenuItem_SaveClose (//)
  2375. Save & Close
  2376. ;
  2377. MSG_MenuItem_CheckDataIntegrity (//)
  2378. Check data integrity...
  2379. ;
  2380. MSG_MenuItem_StructureEditor (//)
  2381. Structure editor...
  2382. ;
  2383. MSG_MenuItem_ExitStructureEditor (//)
  2384. Exit structure editor
  2385. ;
  2386. MSG_MenuItem_PrintStructure (//)
  2387. Print structure...
  2388. ;
  2389. MSG_MenuItem_Quit (//)
  2390. Quit
  2391. ;
  2392. MSG_Menu_Preferences (//)
  2393. Preferences
  2394. ;
  2395. MSG_MenuItem_TabSize (//)
  2396. Tab size
  2397. ;
  2398. MSG_MenuItem_RecordMem (//)
  2399. Record memory
  2400. ;
  2401. MSG_MenuItem_RecordMem_Unlimited (//)
  2402. unlimited
  2403. ;
  2404. MSG_MenuItem_DeleteRequester (//)
  2405. Record delete requester?
  2406. ;
  2407. MSG_MenuItem_IconCreation (//)
  2408. Icon creation?
  2409. ;
  2410. MSG_MenuItem_SetFormats (//)
  2411. Set formats...
  2412. ;
  2413. MSG_MenuItem_SetIconToolName (//)
  2414. Set icon tool name...
  2415. ;
  2416. MSG_MenuItem_ExternalEditorForProgramming (//)
  2417. External editor for programming?
  2418. ;
  2419. MSG_MenuItem_SetExternalEditor (//)
  2420. Set external editor...
  2421. ;
  2422. MSG_MenuItem_SetExternalViewer (//)
  2423. Set external viewer...
  2424. ;
  2425. MSG_MenuItem_PopupsInCycleChain (//)
  2426. Popups in cycle chain?
  2427. ;
  2428. MSG_MenuItem_ConfirmSaveReorg (//)
  2429. Confirm save & reorg?
  2430. ;
  2431. MSG_MenuItem_ConfirmQuit (//)
  2432. Confirm quit?
  2433. ;
  2434. MSG_MenuItem_ProjectDependentSettings (//)
  2435. Project dependent settings...
  2436. ;
  2437. MSG_MenuItem_MUI (//)
  2438. MUI...
  2439. ;
  2440. MSG_MenuItem_LoadPrefs (//)
  2441. Load preferences
  2442. ;
  2443. MSG_MenuItem_SavePrefs (//)
  2444. Save preferences
  2445. ;
  2446. MSG_Menu_Table (//)
  2447. Table
  2448. ;
  2449. MSG_MenuItem_NewRecord (//)
  2450. New record
  2451. ;
  2452. MSG_MenuItem_DuplicateRecord (//)
  2453. Duplicate record
  2454. ;
  2455. MSG_MenuItem_DeleteRecord (//)
  2456. Delete record
  2457. ;
  2458. MSG_MenuItem_DeleteAllRecords (//)
  2459. Delete all records
  2460. ;
  2461. MSG_MenuItem_GotoRecord (//)
  2462. Goto record
  2463. ;
  2464. MSG_MenuItem_Previous (//)
  2465. Previous
  2466. ;
  2467. MSG_MenuItem_Next (//)
  2468. Next
  2469. ;
  2470. MSG_MenuItem_First (//)
  2471. First
  2472. ;
  2473. MSG_MenuItem_Last (//)
  2474. Last
  2475. ;
  2476. MSG_MenuItem_JumpBackward (//)
  2477. Jump backward
  2478. ;
  2479. MSG_MenuItem_JumpForward (//)
  2480. Jump forward
  2481. ;
  2482. MSG_MenuItem_JumpTo (//)
  2483. jump to...
  2484. ;
  2485. MSG_MenuItem_ImportRecords (//)
  2486. Import records...
  2487. ;
  2488. MSG_MenuItem_ExportRecords (//)
  2489. Export records...
  2490. ;
  2491. MSG_MenuItem_ChangeFilter (//)
  2492. Change filter...
  2493. ;
  2494. MSG_MenuItem_ChangeOrder (//)
  2495. Change order...
  2496. ;
  2497. MSG_MenuItem_ReorderAllRecords (//)
  2498. Reorder all records
  2499. ;
  2500. MSG_MenuItem_SearchFor (//)
  2501. Search for...
  2502. ;
  2503. MSG_MenuItem_SearchForward (//)
  2504. Search forward
  2505. ;
  2506. MSG_MenuItem_SearchBackward (//)
  2507. Search backward
  2508. ;
  2509. MSG_MenuItem_Queries (//)
  2510. Queries...
  2511. ;
  2512. MSG_Menu_Program (//)
  2513. Program
  2514. ;
  2515. MSG_MenuItem_Edit (//)
  2516. Edit...
  2517. ;
  2518. MSG_MenuItem_Compile (//)
  2519. Compile
  2520. ;
  2521. MSG_MenuItem_IncludeDir (//)
  2522. Include directory...
  2523. ;
  2524. MSG_MenuItem_DebugInfo (//)
  2525. Debug information?
  2526. ;
  2527. MSG_MenuItem_OutputFile (//)
  2528. Output file...
  2529. ;
  2530. MSG_Menu_Editor (//)
  2531. Editor
  2532. ;
  2533. MSG_MenuItem_Cut (//)
  2534. Cut
  2535. ;
  2536. MSG_MenuItem_Copy (//)
  2537. Copy
  2538. ;
  2539. MSG_MenuItem_CopyAll (//)
  2540. Copy all
  2541. ;
  2542. MSG_MenuItem_Paste (//)
  2543. Paste
  2544. ;
  2545. MSG_MenuItem_Undo (//)
  2546. Undo
  2547. ;
  2548. MSG_MenuItem_Redo (//)
  2549. Redo
  2550. ;
  2551. MSG_MenuItem_OpenText (//)
  2552. Open text
  2553. ;
  2554. MSG_MenuItem_SaveText (//)
  2555. Save text
  2556. ;
  2557. MSG_MenuItem_ExternalEditor (//)
  2558. External editor
  2559. ;
  2560. MSG_Menu_Help (//)
  2561. Help
  2562. ;
  2563. MSG_MenuItem_Contents (//)
  2564. Contents...
  2565. ;
  2566. MSG_MenuItem_About (//)
  2567. About...
  2568. ;
  2569. MSG_MenuItem_AboutMUI (//)
  2570. About MUI...
  2571. ;
  2572. MSG_Menu_Popobject (//)
  2573. Popup
  2574. ;
  2575. MSG_MenuItem_Backward (//)
  2576. Backward
  2577. ;
  2578. MSG_MenuItem_Forward (//)
  2579. Forward
  2580. ;
  2581. MSG_PrintStructure (//)
  2582. Print structure
  2583. ;
  2584. MSG_ProjectDependentSettings (//)
  2585. Project dependent settings
  2586. ;
  2587. MSG_ProjectDependentSettingsBH (//)
  2588. If activated, this item will be\n\
  2589. project dependent which means that\n\
  2590. each project can have its own\n\
  2591. value for it.
  2592. ;
  2593. MSG_RecordMemory (//)
  2594. Record memory?
  2595. ;
  2596. MSG_Formats (//)
  2597. Formats?
  2598. ;
  2599. MSG_RecordDeleteRequester (//)
  2600. Record delete requester?
  2601. ;
  2602. MSG_ProgramIncludeDir (//)
  2603. Include directory?
  2604. ;
  2605. MSG_ProgramDebugInfo (//)
  2606. Debug information?
  2607. ;
  2608. MSG_ProgramOutputFile (//)
  2609. Program output file?
  2610. ;
  2611. ;
  2612. ; Message strings for Qt version
  2613. ;
  2614. MSG_MenuItem_AboutQt (//)
  2615. About Qt...
  2616. ;
  2617.